home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00103_EARTH2a02.PICT.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  201 b   |  10 lines

  1. on mouseUp
  2.   global hidden
  3.   set the movieTime of sprite 23 to 0
  4.   set the movieRate of sprite 23 to 1
  5.   set hidden to hidden + 1
  6.   if hidden > 6 then
  7.     set the visible of sprite 6 to 1
  8.   end if
  9. end
  10.